home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / dropmsg3.zip / DROPMSG3.DOC < prev    next >
Text File  |  1992-08-21  |  6KB  |  139 lines

  1. DROPMSG3.EXE     (c) 1992       Karl Schneider
  2.                                 8505 Woodwick Ct.
  3.                                 Tampa, FL 33615
  4.                                 813-884-9661 voice day/eve
  5. * For WILDCAT 3.x+ ONLY. *       "   "    "  Agora BBS midnite-0800 EST
  6.                                              (14.4 HST)
  7.  
  8. -------------------------------------------------------------------------
  9.                            REVISION HISTORY
  10.  
  11. 8-21-92: YIKES!  I messed up with the /N switch...it IS a legal
  12.          switch for POSTMSTR...I just mis-read the thing.  So,
  13.          to stop the notice from being posted in ACTIVITY.00x, use
  14.          /*   NOT /N!
  15.  
  16.          The latest ver of POSTMSTR is 1.13 from 8-18-92.  Please
  17.          don't forget to register it with Dave!
  18. -------------------------------------------------------------------------
  19.  
  20. 8-7-92:  The bug in POSTMSTR has been fixed.  I just got the latest
  21.          release from Dave Cody...it's v. 1.12 and seems to work
  22.          properly.  No change in DROPMSG3.
  23.  
  24. 8-6-92:  Minor change in .EXE program, to indicate when POSTMSTR is
  25.          loading.  There seems to be some bugs in PostMaster...it
  26.          doesn't properly let Wildcat reset the 'message read' flag.
  27.          I am awaiting a response from Dave Cody on this.
  28.  
  29. 7-27-92: Initial release.  DROPMSG3 is similar to DROPMSG2, but uses
  30.          Dave Cody's POSTMASTER (c) (POSTMSTR.EXE) to write a MESSAGE
  31.          to users who drop carrier, rather than creating a USERnn.BBS
  32.          to the user as my DROPMSG2 program does!
  33. --------------------------------------------------------------------------
  34.  
  35. DROPMSG3 is a Wildcat 3.x+ utility program that causes a MESSAGE to
  36. be posted to a user who drops carrier during his call.  It MUST be
  37. run after each call in POSTCALL .RUN or .BAT ... check your manual
  38. if you don't know how to set this up.  Page 151 in mine.
  39.  
  40. Some differences between the 2 utilities are:
  41.  
  42.            DROPMSG2                               DROPMSG3
  43.            --------                               --------
  44. Creates USERnnn.BBS display file      |  Creates a MESSAGE to user
  45. Can use @ATCODES@ for color etc       |  No color codes allowed
  46. USERnnn.BBS automatically erased by WC|  Message stays until killed
  47. No other program needed               |  Requires POSTMSTR.EXE
  48. Message can ONLY be seen by user      |  Message MAY be public if desired
  49. *Could go to wrong user if database   |  Won't go to wrong user even if
  50.   is changed                          |    user database is changed
  51.  
  52. * Since the USERnnn.BBS file depends on the user's Record Number in
  53.  the ALLUSERS.DAT database file,  it could go to the 'wrong' person
  54.  if the user to whom it was directed is Deleted and a new user is
  55.  placed in the 'vacated' record space.  The same can happen if WC-
  56.  REPAIR is run on the user database.
  57.  
  58. An entry in the appropriate NODE'S activity log will be made when a
  59. message is created.  It looks like this:
  60.  
  61.       08:15 * Message sent by DROPMSG3/POSTMSTR.
  62.  
  63. If you do NOT want this added to your ACTIVITY.00x file, add a
  64. /* switch to the command line. (see below)
  65.  
  66. Files in this archive:
  67.  
  68. DROPMSG3 EXE   The main program which gives POSTMSTR the necessary info.
  69. DESC     SDI   Primary description file
  70. WC3UTILS LST   List of WC utilities I've written
  71. FILE_ID  DIZ   Extended file description
  72. DROPMSG3 DOC   This document file
  73.  
  74. To install DROPMSG3, do the following:
  75.  
  76. 1.  Obtain a copy of Dave Cody's excellent POSTMSTR program.  It's
  77.     available at MSI HQ and many WC boards.  Be sure to register it!
  78.     Experiment with POSTMSTR until you understand how it works.
  79.  
  80. 2.  Be sure your environment variable WCNODEID is SET.  If you operate
  81.     multi-line, you probably do this in a CATx.BAT file.
  82.     For single line systems, it can be done in AUTOEXEC.BAT; but
  83.     either way it must be in the environment, both for DROPMSG3 and
  84.     POSTMSTR.
  85.  
  86. 3.  Following the instructions in POSTMSTR.DOC, create a text file
  87.     containing the text you want 'posted' to the users who drop car-
  88.     rier.  Maybe something like:
  89.  
  90.     "We noticed that you dropped carrier on your last call. Sometimes
  91.      this is accidental, but we would appreciate your cooperation in
  92.      logging off properly whenever  possible.  Thank you!"
  93.  
  94. 4.  Put DROPMSG3.EXE anywhere in your PATH (or your WC Home Dir.)
  95.  
  96. 5.  Add the following to your POSTCALL.BAT or .RUN file:  DROPMSG3
  97.     must be executed from your Wildcat HOME Directory.
  98.  
  99.     cd\wc30
  100.     DROPMSG3 /I:c:\wc30\userdrop.msg [other switches]
  101.              ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
  102.                    |                       |--- Optional
  103.                    |
  104.                    |------ This is the drive\path to the text file
  105.                            to be put into the message.  Required.
  106.  
  107.   Case is not important, but the switches must be separated by
  108.   one or more spaces.  Same as documented in POSTMSTR.
  109.  
  110.   The /I: switch is REQUIRED, the following are OPTIONAL:
  111.  
  112. /N /A  /C  /F  /S  /P  /R  /O  /X  (X only works with Registered POSTMSTR)
  113.  
  114.    /* (Not a POSTMSTR switch.  Use to disable ACTIVITY.00x entries)
  115.  
  116.   You may include any of the above switches as described in POSTMSTR
  117.   as desired.  They will be passed to POSTMSTR when it is run auto-
  118.   matically.
  119.  
  120.   The following switches are NOT permitted and will cause the program
  121.   to abort:
  122.  
  123.    /M  /L   /T  /Z
  124.  
  125. ------------------------------------------------------------------------
  126.  
  127. I've tested this program quite thouroughly and don't believe there
  128. are any bugs in it.  There is, however, no expressed or
  129. implied warranty of this program, and I take no responsibility
  130. for any result of using it.
  131.  
  132. Any comments or suggestions are welcome.  If you find this
  133. program useful, a $10 or so registration is solicited.  Any
  134. amount over $40 will entitle you to full support on ALL my
  135. Wildcat 3.x+ utilities, plus new programs and/or updates.
  136. (That's under a dollar each right now!)  Thank you!
  137.  
  138. -eof-
  139.